home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000337_fdc@columbia.edu_Mon Feb 24 16:24:45 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  1KB  |  37 lines

  1. Article: 14134 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: New FTP scripts
  6. Date: 24 Feb 2003 16:23:58 -0500
  7. Organization: Columbia University
  8. Lines: 21
  9. Message-ID: <b3e2he$c2r$1@watsol.cc.columbia.edu>
  10. NNTP-Posting-Host: watsol.cc.columbia.edu
  11. X-Trace: newsmaster.cc.columbia.edu 1046121839 15945 128.59.39.139 (24 Feb 2003 21:23:59 GMT)
  12. X-Complaints-To: postmaster@columbia.edu
  13. NNTP-Posting-Date: 24 Feb 2003 21:23:59 GMT
  14. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14134
  15.  
  16.  
  17. I added a new "FTP Scripts" section to the Kermit script library:
  18.  
  19.   http://www.columbia.edu/kermit/ckscripts.html#ftp
  20.  
  21. The Introduction to FTP Scripting has been updated, as well as some of
  22. the scripts that were there before, most of which were written for C-Kermit
  23. 8.0.200 or 201, because 206 added some handy new features and/or syntax.
  24. I also added some new scripts:
  25.  
  26.   ftpdirectory
  27.     Shows how to get a directory listing from the server with a full
  28.     timestamp (yyyymmdd hh:mm:ss) for each file.
  29.  
  30.   ftpsyncdown
  31.     Synchronizes a local directory from a remote directory.
  32.  
  33.   ftpsyncup
  34.     Synchronizes a remote directory tree from a local directory tree.
  35.  
  36. - Frank
  37.